Does anyone know if other than being a user setup on the docbase if you have to have certain web service privileges as well? I am a valid user because via DA I can test my connection to the docbase and successfully get in. I am a web service consumer without the DFS Productivity Layer
The steps I am doing are via Java code
1.) Generate JAX-WS Java Client from the WSDL(s) for the ContextRegistryService , ObjectService
2.) Get secure token via ContextRegistryService (successfully getting token)
3.) Inject token into SOAPHeaders via (Headers.create(....) for the Request message to the ObjectService.
4.) When I called the create method apart of the ObjectService I get the following exception.
"AuthorizationException - Authorization failed, please review identities provided in service context"
What exactly is the service context? Trying to figure out what I need to do to modify my user account to be able to connect via web services. Any help is greatly appreciated. Thanks